projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
511a071
)
(which-func-mode-global): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:30:12 +0000
(21:30 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:30:12 +0000
(21:30 +0000)
lisp/which-func.el
patch
|
blob
|
history
diff --git
a/lisp/which-func.el
b/lisp/which-func.el
index b77f0bcd65bc3e5c02c84abf0f7133069fc3f538..22a12405a0dde32c7c47add438bbff0810a9893c 100644
(file)
--- a/
lisp/which-func.el
+++ b/
lisp/which-func.el
@@
-104,7
+104,8
@@
Zero means compute the Imenu menu regardless of size."
;;;###autoload
(defcustom which-func-mode-global nil
"*Toggle `which-func-mode'.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `which-func-mode'.
:set #'(lambda (symbol value)
(which-func-mode (if value 1 0)))
:initialize 'custom-initialize-default